Skip to content

Conversation

@boomanaiden154
Copy link
Contributor

This was recently added in 47171ac. We should be supporting testing this inside the docs job.

This was recently added in 47171ac. We should
be supporting testing this inside the docs job.
@llvmbot
Copy link
Member

llvmbot commented Jun 4, 2025

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

This was recently added in 47171ac. We should be supporting testing this inside the docs job.


Full diff: https://github.com/llvm/llvm-project/pull/142860.diff

1 Files Affected:

  • (modified) .github/workflows/docs.yml (+1-1)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 0692633b71a54..3970271e4adbd 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -205,7 +205,7 @@ jobs:
           steps.docs-changed-subprojects.outputs.workflow_any_changed == 'true'
         run: |
           cmake -B flang-build -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang;mlir;flang" -DLLVM_ENABLE_SPHINX=ON ./llvm
-          TZ=UTC ninja -C flang-build docs-flang-html
+          TZ=UTC ninja -C flang-build docs-flang-html docs-flang-man
           mkdir built-docs/flang
           cp -r flang-build/docs/* built-docs/flang/
       - name: Upload docs

@boomanaiden154 boomanaiden154 merged commit 9cd5378 into llvm:main Jun 5, 2025
12 checks passed
@boomanaiden154 boomanaiden154 deleted the workflow-docs-flang-man branch June 5, 2025 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants